home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Confine.cpt / CONSAF.STK / card_11390.txt < prev    next >
Text File  |  1990-02-06  |  960b  |  50 lines

  1. -- card: 11390 from stack: in.STK
  2. -- bmap block id: 11537
  3. -- flags: 0000
  4. -- background id: 2575
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8005
  11. -- rect: left=105 top=121 right=140 bottom=127
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   beep 1
  23.   answer "Incorrect, the answer is False"
  24.   visual effect dissolve
  25.   go next
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 2 (button)
  31. -- low flags: 00
  32. -- high flags: 8005
  33. -- rect: left=105 top=156 right=175 bottom=127
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: New Button
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   beep 5
  45.   answer "Correct!!!"
  46.   visual effect dissolve
  47.   go next
  48. end mouseUp
  49.  
  50.